Q3Marker_GetData
You can use theQ3Marker_GetData
function to get the data associated with a marker.
TQ3Status Q3Marker_GetData ( TQ3GeometryObject marker, TQ3MarkerData *markerData);
marker
- A marker.
markerData
- On exit, a pointer to a
TQ3MarkerData
structure.DESCRIPTION
TheQ3Marker_GetData
function returns, through themarkerData
parameter, information about the marker specified by themarker
parameter. QuickDraw 3D allocates memory for theTQ3MarkerData
structure internally; you must callQ3Marker_EmptyData
to dispose of that memory.